Update bash#21797
Merged
Merged
Conversation
Changes: - tianon/docker-bash@cd784eb: Update devel to 20260701, commit 0e16a4e4b1dd8403bd186f13716079cb223f9603 - tianon/docker-bash@77e400b: Update 4.0 to 4.0.44, patch 44 - tianon/docker-bash@212fabe: Update 4.0 to 4.0.0
Diff for da4bae0:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 78a7c37..2df5245 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -18,7 +18,7 @@ Directory: 3.2
Tags: 4.0.44, 4.0, 4.0.44-alpine3.22, 4.0-alpine3.22
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 099d6114cbdb9b016fb8c4beb653187df002f66f
+GitCommit: 77e400b36b508fd5927dafa9d2905ddc8935bf6e
Directory: 4.0
Tags: 4.1.17, 4.1, 4.1.17-alpine3.22, 4.1-alpine3.22
@@ -61,7 +61,7 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
GitCommit: 2b927ed0d7d1da8a5ed0cd5fc90213065d502401
Directory: 5.3
-Tags: devel-20260608, devel, devel-20260608-alpine3.24, devel-alpine3.24
+Tags: devel-20260701, devel, devel-20260701-alpine3.24, devel-alpine3.24
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: c457fcaaf0520f8e2ec3d6ef058447df7f83d5df
+GitCommit: cd784eb57336e28e452a0d8887b9c37da561ed00
Directory: devel
diff --git a/_bashbrew-list b/_bashbrew-list
index 4583103..299cf1f 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -54,7 +54,7 @@ bash:5.3.15
bash:5.3.15-alpine3.24
bash:alpine3.24
bash:devel
-bash:devel-20260608
-bash:devel-20260608-alpine3.24
+bash:devel-20260701
+bash:devel-20260701-alpine3.24
bash:devel-alpine3.24
bash:latest
diff --git a/bash_devel-alpine3.24/Dockerfile b/bash_devel-alpine3.24/Dockerfile
index 26ba6aa..a4bad1b 100644
--- a/bash_devel-alpine3.24/Dockerfile
+++ b/bash_devel-alpine3.24/Dockerfile
@@ -8,9 +8,9 @@ FROM alpine:3.24
# https://git.savannah.gnu.org/cgit/bash.git/log/?h=devel
# https://github.com/tianon/mirror-bash/commits/devel
-ENV _BASH_COMMIT 8085ee139645391bb392cc06dd25717238b65455
-# fix the expansion of $@ on the rhs of an assignment statement to be more consistent; fix mapfile to only look up the variable again if a callback is invoked; fix memory leak when converting a variable to an array
-ENV _BASH_VERSION devel-20260608
+ENV _BASH_COMMIT 0e16a4e4b1dd8403bd186f13716079cb223f9603
+# fix readline redisplay issue with a prompt containing terminal escape sequences that needs to change (e.g., to show the vi editing mode) after a paste that leaves the cursor in column 0; fix readline display overflow with a prompt that contains more than 256 wrapped lines
+ENV _BASH_VERSION devel-20260701
# prefixed with "_" since "$BASH..." have meaning in Bash parlance
COPY alpine-strcpy.patch /usr/local/src/tianon-bash-patches/Relevant Maintainers:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes: